home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineButton2_1158
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
358 b
|
16 lines
on(press){
if(_root.inven._currentframe == 1)
{
if(_root.micon._currentframe == 1 && _root.range == true)
{
_root.next_dis1 = 2;
_root.next_txt1 = "What for?";
}
if(_root.micon._currentframe == 2)
{
_root.next_dis1 = 2;
_root.next_txt1 = "Rock the Arts!";
}
}
}